projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e535ca4
)
* lisp/subr.el (start-process): Doc fix. (Bug#24693)
author
Eli Zaretskii
<eliz@gnu.org>
Tue, 18 Oct 2016 06:24:05 +0000
(09:24 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 18 Oct 2016 06:24:05 +0000
(09:24 +0300)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index a3aef2e4a5c34b674f027e123276d367142db04a..573f238f7436adfd29cfb30e7a683d8116b88128 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1966,7
+1966,7
@@
this process is not associated with any buffer.
PROGRAM is the program file name. It is searched for in `exec-path'
\(which see). If nil, just associate a pty with the buffer. Remaining
-arguments are strings to give program as arguments.
+arguments
PROGRAM-ARGS
are strings to give program as arguments.
If you want to separate standard output from standard error, use
`make-process' or invoke the command through a shell and redirect